projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d2d4a6
)
build: Install Valgrind suppressions files
author
Philip Chimento
<philip.chimento@gmail.com>
Sun, 23 Feb 2020 23:00:37 +0000
(15:00 -0800)
committer
Philip Chimento
<philip.chimento@gmail.com>
Sun, 23 Feb 2020 23:00:37 +0000
(15:00 -0800)
This is so that other programs linking to GTK can use GTK's suppressions
files when performing their own Valgrind analysis.
Closes: #138
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 22804b519670c9ab743149963f5ce4133c5c1f40..2ba1516d7e9b137507f8375276525322b5b00744 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-794,6
+794,13
@@
meson.add_install_script('build-aux/meson/post-install.py',
gtk_libdir,
gtk_datadir)
+if host_machine.system() != 'windows'
+ # Install Valgrind suppression files (except on Windows,
+ # as Valgrind is currently not supported on Windows)
+ install_data('gtk.supp', 'gtk64.supp',
+ install_dir : join_paths(gtk_datadir, 'gtk-4.0', 'valgrind'))
+endif
+
summary = [
'',
'------',